projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c839f29
)
[broadway] Restack on window show to ensure all zIndexes are right
author
Alexander Larsson
<alexl@redhat.com>
Mon, 11 Apr 2011 08:54:02 +0000
(10:54 +0200)
committer
Alexander Larsson
<alexl@redhat.com>
Mon, 11 Apr 2011 10:09:43 +0000
(12:09 +0200)
gdk/broadway/broadway.js
patch
|
blob
|
history
diff --git
a/gdk/broadway/broadway.js
b/gdk/broadway/broadway.js
index 95b1572689b62eae6dc50755a30d473109085bf5..502e6644ad8f62a19dcdd1b559d365f4607d9b2e 100644
(file)
--- a/
gdk/broadway/broadway.js
+++ b/
gdk/broadway/broadway.js
@@
-488,6
+488,8
@@
function cmdShowSurface(id)
element.style["display"] = "inline";
if (surface.frame)
surface.frame.style["visibility"] = "visible";
+
+ restackWindows();
}
function cmdHideSurface(id)